home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 1.iso / pc / data / main.dir / 00008.ls < prev    next >
Encoding:
Text File  |  1998-05-14  |  140 b   |  10 lines

  1. on exitFrame
  2.   global cflag
  3.   repeat with i = 1 to 3
  4.     if getAt(cflag, i) = 1 then
  5.       go("cle")
  6.       exit
  7.     end if
  8.   end repeat
  9. end
  10.